home *** CD-ROM | disk | FTP | other *** search
/ Disc to the Future 2 / Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin / MAC / THINKC / 5 / DINKDEMO / DINKCLAS / DINKUTIL.H < prev    next >
Text File  |  1992-07-05  |  343b  |  17 lines

  1. // these are the prototypes for the util fuctions
  2. // used in DinkClass
  3. #include <AppleEvents.h>
  4.  
  5.  
  6. void InitToolBox(int numMoreMasers);
  7. Boolean System7Available(void); 
  8. TrapType    GetTrapType(short theTrap);
  9. short    NumToolboxTraps(void);
  10. Boolean TrapExists(short theTrap);
  11.  
  12. // apple event stuff
  13.  
  14. OSErr RequiredCheck( AppleEvent *theAppleEvent);
  15.  
  16.  
  17.